fork process meaning in Chinese
分支进程
Examples
- After the forking process , the address space of the child process is overwritten with the new process data
程序分叉后,子程序的地址空间将被新程序的数据所覆盖。 - The host system only needs to allocate memory purely for the need of guest system and its forked processes
宿主系统只需要分配完全只是客户系统(及其派生的进程)所需要的内存。